negotiator.tournament.VariablesAndValues
Class TotalSessionNumberValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.TotalSessionNumberValue
All Implemented Interfaces:
java.io.Serializable

public class TotalSessionNumberValue
extends TournamentValue

See Also:
Serialized Form

Constructor Summary
TotalSessionNumberValue()
           
TotalSessionNumberValue(int value)
           
 
Method Summary
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TotalSessionNumberValue

public TotalSessionNumberValue()

TotalSessionNumberValue

public TotalSessionNumberValue(int value)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public int getValue()